Remove debugging code.
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 22 Feb 2004 00:06:20 +0000 (00:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 22 Feb 2004 00:06:20 +0000 (00:06 +0000)
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-bmp.c

index 19be5df781f97561bfe473f152c3fa2f74b8f8ef..f9f40617de1cb8a96ca67c991b7cca87704342cc 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 22 01:09:55 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * io-bmp.c (gdk_pixbuf__bmp_image_begin_load): Remove debugging
+       code.
+
 Fri Feb 20 22:25:32 2004  Matthias Clasen  <maclas@gmx.de>
 
        * io-bmp.c (DecodeHeader): Store and sanity-check the clrUsed field 
index 59efc5004cd9ddf4ecf04e175d2248af3225f685..e14a011276a5379659116cdf49afbfbdc5c8220e 100644 (file)
@@ -514,8 +514,6 @@ decode_bitmasks (guchar *buf,
  * return context (opaque to user)
  */
 
-static struct bmp_progressive_state *d;
-
 static gpointer
 gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func,
                                  GdkPixbufModulePreparedFunc prepared_func,
@@ -550,7 +548,6 @@ gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func,
 
        context->pixbuf = NULL;
        
-       d = context;
        return (gpointer) context;
 }